execution stack造句
例句与造句
- Clause is found , or the bottom of the execution stack is reached
子句的堆栈帧,或者是到了执行堆栈的底部。 - Present on the execution stack of that thread at that particular instant
时,这个权限才适用于给定的执行线程。 - It then searches the current execution stack frame looking for the first
然后jvm搜索当前执行堆栈帧来寻找第一个 - Instruction causes the jvm to pop the exception object off the top of the execution stack
指令引起jvm将异常对象弹出执行堆栈。 - Exception is thrown when the execution stack overflows by having too many nested method calls
当嵌套的方法调用过多而导致执行堆栈溢出时,将引发 - It's difficult to find execution stack in a sentence. 用execution stack造句挺难的
- Is thrown for execution stack overflow errors , typically in case of a very deep or unbounded recursion
因执行堆栈溢出错误引发,通常在存在非常深的递归或无界递归时发生。 - The exception that is thrown when the execution stack overflows because it contains too many nested method calls
因包含的嵌套方法调用过多而导致执行堆栈溢出时引发的异常。 - If you continue to probe as to why they are expensive , the most common answer will probably be that we need to capture the current state of the execution stack
如果您继续追问为什么它们很昂贵,最普遍的答案是我们需要捕获异常堆栈的当前状态。 - Thrown when the execution stack is exhausted by having too many pending method calls ; usually indicates a very deep or infinite recursion
当执行堆栈由于具有太多的挂起方法调用而耗尽时,就会引发此异常;这通常表明存在非常深的递归或无限递归。 - Once you have attached your debugger to the customer s workbench , you may take advantage of the full power of the eclipse debugger by setting breakpoints , examining variables and execution stacks , and more
在将调试器连接到客户的工作台之后,您就可以利用eclipse调试器的全部功能,如设置断点、检查变量和执行堆栈等等。 - In this section , you ll learn how to generate a dynamic call graph , which is a nested trace that depicts the pushing and popping of frames on the execution stack as a use - case runs from start to finish
在本节中,您将学习如何生成一个动态的调用图,它是一个嵌套的跟踪轨迹,描绘了用例从开头运行到结尾的过程中,堆栈帧在执行堆栈上压入和弹出的过程。